home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PsL Monthly 1993 December
/
PSL Monthly Shareware CD-ROM (December 1993).iso
/
prgmming
/
win
/
vb
/
vbsort.exe
/
VBSORT.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1991-07-09
|
299 b
|
16 lines
'The following is a QuickSort routine for Visual Basic
'Nelson Ford
'Public (software) Library
'P.O.Box 35705
'Houston, TX 77235-5705
'713-524-6394
'CIS#:71355,470
'Note that you must change "List1." to the name of your List box.
Sub SortList_Click (slist1 As Control)
End Sub